Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Spring Webflow - 476 results found.
NameDescriptionTypePackageFramework
AbstractActionBase action that provides assistance commonly needed by action implementations.Classorg.springframework.webflow.actionSpring Webflow
AbstractActionModelModel support for actions.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractAjaxHandlerClassorg.springframework.js.ajaxSpring Webflow
AbstractCachingMapDecoratorA simple decorator for a Map, encapsulating the workflow for cachingexpensive values in a target Map.Classorg.springframework.binding.collectionSpring Webflow
AbstractExpressionParserAn expression parser that parses Ognl expressions.Classorg.springframework.binding.expression.supportSpring Webflow
AbstractExternalizedFlowExecutionTestsBase class for flow integration tests that verify an externalized flow definition executes as expected.Classorg.springframework.webflow.test.executionSpring Webflow
AbstractFacesFlowConfigurationA base class for @Configuration classes to configureSpring Web Flow in JSF applications.Classorg.springframework.faces.configSpring Webflow
AbstractFacesPortletFlowConfigurationJsfResourceRequestHandler bean for serving resources in a Portlet environment.Classorg.springframework.faces.configSpring Webflow
AbstractFlowBuilderAbstract base implementation of a flow builder defining common functionality needed by most concrete flow builderonly required to implement buildStates().Classorg.springframework.webflow.engine.builder.supportSpring Webflow
AbstractFlowConfigurationA base class for @Configuration classes to configureDoes not provides any configuration (i.Classorg.springframework.webflow.configSpring Webflow
AbstractFlowExecutionRepositoryAbstract base class for flow execution repository implementations.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
AbstractFlowExecutionTestsBase class for tests that verify a flow executes as expected.Classorg.springframework.webflow.test.executionSpring Webflow
AbstractFlowHandlerTrivial flow handler base class that simply returns null for all operations.Classorg.springframework.webflow.mvc.portletSpring Webflow
AbstractFlowHandlerTrivial flow handler base class that simply returns null for all operations.Classorg.springframework.webflow.mvc.servletSpring Webflow
AbstractGetValueExpressionTrivial helper for concrete expression types that do not support setting their values.Classorg.springframework.binding.expression.supportSpring Webflow
AbstractMappingModelModel support for mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractMappingResultConvenient base class for MappingResult implementations.Classorg.springframework.binding.mapping.resultsSpring Webflow
AbstractModelContains basic merge functions that can be utilized by other models.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractMvcViewBase view implementation for the Spring Web MVC Servlet and Spring Web MVC Portlet frameworks.Classorg.springframework.webflow.mvc.viewSpring Webflow
AbstractMvcViewFactoryBase class for mvc view factories.Classorg.springframework.webflow.mvc.viewSpring Webflow
AbstractNumberFormatFactoryBase class suitable for subclassing by most NumberFormatFactory implementations.Classorg.springframework.binding.formatSpring Webflow
AbstractSnapshottingFlowExecutionRepositoryBase class for repositories that take flow execution snapshots using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
AbstractStateModelModel support for states.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractTransitionableStateModelModel support for transitionable states.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractWebFlowScopeBase class for Scope implementations that access a Web Flow scope from the current request.Classorg.springframework.webflow.scopeSpring Webflow
AbstractXmlFlowExecutionTestsBase class for flow integration tests that verify an XML flow definition executes as expected.Classorg.springframework.webflow.test.executionSpring Webflow
ActionA command that executes a behavior and returns a logical execution result a calling flow execution can respond to.Interfaceorg.springframework.webflow.executionSpring Webflow
ActionExecutingViewFactoryA view factory implementation that creates views that execute an action when rendered.Classorg.springframework.webflow.engine.supportSpring Webflow
ActionExecutionExceptionThrown if an unhandled exception occurs when an action is executed.Classorg.springframework.webflow.executionSpring Webflow
ActionExecutorA simple static helper that performs action execution that encapsulates common logging and exception handling logic.Classorg.springframework.webflow.executionSpring Webflow
ActionListAn ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.Classorg.springframework.webflow.engineSpring Webflow
ActionMethodELResolverResolves the method to invoke on a resolved Web Flow Action instance.Classorg.springframework.webflow.expression.elSpring Webflow
ActionPropertyAccessorSpring EL Property Accessor that allows invocation of methods against a resolved Web Flow action, typically aMultiAction in expressions.Classorg.springframework.webflow.expression.spelSpring Webflow
ActionStateA transitionable state that executes one or more actions when entered.Classorg.springframework.webflow.engineSpring Webflow
ActionStateModelModel support for action states.Classorg.springframework.webflow.engine.modelSpring Webflow
ActionTransitionCriteriaA transition criteria that will execute an action when tested and return true if the action's result isequal to the 'trueEventId', false otherwise.Classorg.springframework.webflow.engine.supportSpring Webflow
AjaxHandlerInterfaceorg.springframework.js.ajaxSpring Webflow
AjaxTilesViewTiles view implementation that is able to handle partial rendering for Spring Javascript Ajax requests.Classorg.springframework.js.ajax.tiles2Spring Webflow
AjaxTilesViewTiles 3 view implementation that is able to handle partial rendering for SpringJavascript Ajax requests.Classorg.springframework.js.ajax.tiles3Spring Webflow
AjaxUrlBasedViewResolverView resolver that provides special view resolution for Spring Javascript Ajax requests.Classorg.springframework.js.ajaxSpring Webflow
AnnotatedAn interface to be implemented by objects that are annotated with attributes they wish to expose to clients.Interfaceorg.springframework.webflow.coreSpring Webflow
AnnotatedActionAn action proxy/decorator that stores arbitrary properties about a target Action implementation for usewithin a specific Action execution context, for example an ActionState definition, aClassorg.springframework.webflow.executionSpring Webflow
AnnotatedObjectA base class for all objects in the web flow system that support annotation using arbitrary properties.Classorg.springframework.webflow.coreSpring Webflow
ArrayToArraySpecial one-way converter that converts from a source array to a target array.Classorg.springframework.binding.convert.convertersSpring Webflow
ArrayToCollectionSpecial converter that converts from a source array to a target collection.Classorg.springframework.binding.convert.convertersSpring Webflow
AttributeMapAn immutable interface for accessing attributes in a backing map with string keys.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
AttributeMapBindingEventHolder for information about the binding or unbinding event in an AttributeMap.Classorg.springframework.webflow.core.collectionSpring Webflow
AttributeMapBindingListenerCauses an object to be notified when it is bound or unbound from an AttributeMap.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
AttributeModelModel support for attributes.Classorg.springframework.webflow.engine.modelSpring Webflow
BadlyFormattedConversationIdExceptionThrown if a conversation id could not be parsed.Classorg.springframework.webflow.conversation.implSpring Webflow
BadlyFormattedFlowExecutionKeyExceptionThrown when an encoded flow execution key is badly formatted and could not be parsed.Classorg.springframework.webflow.execution.repositorySpring Webflow
BeanFactoryPropertyAccessorSpring EL PropertyAccessor for reading beans in a BeanFactory.Classorg.springframework.webflow.expression.spelSpring Webflow
BeanFactoryVariableValueFactoryA bean-factory backed variable value factory.Classorg.springframework.webflow.engine.supportSpring Webflow
BeanImportModelModel support for bean imports.Classorg.springframework.webflow.engine.modelSpring Webflow
BeanValidationHintResolverA JSR-303 (Bean Validation) implementation of ValidationHintResolverthat resolves String-based hints to a Class array.Classorg.springframework.webflow.validationSpring Webflow
BeanWrapperExpressionAn expression that delegates to a bean wrapper to evaluate or set a property of a context.Classorg.springframework.binding.expression.beanwrapperSpring Webflow
BeanWrapperExpressionParserAn expression parser that parses BeanWrapper property expressions.Classorg.springframework.binding.expression.beanwrapperSpring Webflow
BinderConfigurationContains the information needed to bind model to a view.Classorg.springframework.webflow.engine.builderSpring Webflow
BinderModelModel support for the view-state binder element.Classorg.springframework.webflow.engine.modelSpring Webflow
BindingModelModel support for binding elements.Classorg.springframework.webflow.engine.modelSpring Webflow
BindingModelMakes the properties of the model object available to Spring views during rendering.Classorg.springframework.webflow.mvc.viewSpring Webflow
CollectionAddingExpressionA settable expression that adds non-null values to a collection.Classorg.springframework.binding.expression.supportSpring Webflow
CollectionToCollectionA converter that can convert from one collection type to another.Classorg.springframework.binding.convert.convertersSpring Webflow
CollectionUtilsA utility class for working with attribute and parameter collections used by Spring Web FLow.Classorg.springframework.webflow.core.collectionSpring Webflow
CompositeActionAn action that will execute an ordered chain of other actions when executed.Classorg.springframework.webflow.actionSpring Webflow
CompositeFlowExecutionKeyA flow execution key that consists of two parts:A executionId, identifying a logical FlowExecution that is running.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
CompositeIteratorIterator that combines multiple other iterators.Classorg.springframework.binding.collectionSpring Webflow
CompositeStringExpressionEvaluates an array of expressions to build a concatenated string.Classorg.springframework.binding.expression.supportSpring Webflow
ConditionalFlowExecutionListenerLoaderA flow execution listener loader that stores listeners in a list-backed data structure and allows for configurationof which listeners should apply to which flow definitions.Classorg.springframework.webflow.execution.factorySpring Webflow
ContainedConversationInternal Conversation implementation used by the conversation container.Classorg.springframework.webflow.conversation.implSpring Webflow
ConversationA service interface for working with state associated with a single logical user interaction called a conversationin the scope of a single request.Interfaceorg.springframework.webflow.conversationSpring Webflow
ConversationContainerContainer for conversations that is stored in the session.Classorg.springframework.webflow.conversation.implSpring Webflow
ConversationExceptionThe root of the conversation service exception hierarchy.Classorg.springframework.webflow.conversationSpring Webflow
ConversationIdAn id that uniquely identifies a conversation managed by a ConversationManager.Classorg.springframework.webflow.conversationSpring Webflow
ConversationLockA normalized interface for conversation locks, used to obtain exclusive access to a conversation.Interfaceorg.springframework.webflow.conversation.implSpring Webflow
ConversationLockExceptionAn exception occurred within the conversation locking system.Classorg.springframework.webflow.conversationSpring Webflow
ConversationManagerA service for managing conversations.Interfaceorg.springframework.webflow.conversationSpring Webflow
ConversationParametersSimple parameter object for clumping together input needed to begin a new conversation.Classorg.springframework.webflow.conversationSpring Webflow
ConversationScopeConversation scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
ConversionExceptionBase class for exceptions thrown by the convert system.Classorg.springframework.binding.convertSpring Webflow
ConversionExecutionExceptionThrown when an attempt to execute a type conversion fails.Classorg.springframework.binding.convertSpring Webflow
ConversionExecutorA command object that is parameterized with the information necessary to perform a conversion of a source input to atarget output.Interfaceorg.springframework.binding.convertSpring Webflow
ConversionExecutorNotFoundExceptionThrown when a conversion executor could not be found in a conversion service.Classorg.springframework.binding.convertSpring Webflow
ConversionServiceA service interface for retrieving type conversion executors.Interfaceorg.springframework.binding.convertSpring Webflow
ConverterA converter is capable of converting a source object of type getSourceClass() to a target type of typegetTargetClass().Interfaceorg.springframework.binding.convert.convertersSpring Webflow
CurrencyNumberFormatFactoryProduces NumberFormat instances that format currency values.Classorg.springframework.binding.formatSpring Webflow
DataModelConverterA Converter implementation that converts an Object, Object array, or List into a JSFAuthor:Jeremy GrelleClassorg.springframework.faces.model.converterSpring Webflow
DecisionStateA simple transitionable state that when entered will execute the first transition whose matching criteria evaluatesto true in the context of the current request.Classorg.springframework.webflow.engineSpring Webflow
DecisionStateModelModel support for decision states.Classorg.springframework.webflow.engine.modelSpring Webflow
DefaultConversionServiceDefault, local implementation of a conversion service.Classorg.springframework.binding.convert.serviceSpring Webflow
DefaultDocumentLoaderThe default document loader strategy for XSD-based XML documents with validation enabled by default.Classorg.springframework.webflow.engine.model.builder.xmlSpring Webflow
DefaultELContextA generic ELContext implementation.Classorg.springframework.binding.expression.elSpring Webflow
DefaultElContextFactoryA factory for a DefaultELContext.Classorg.springframework.binding.expression.elSpring Webflow
DefaultELResolverA generic ELResolver to be used as a default when no other ELResolvers have been configured by the clientThis implementation will resolve the first part of the expression to the pre-configured base object, and will thenClassorg.springframework.binding.expression.elSpring Webflow
DefaultFlowExecutionRepositoryThe default flow execution repository implementation.Classorg.springframework.webflow.execution.repository.implSpring Webflow
DefaultFlowHolderA flow definition holder that can detect changes on an underlying flow definition resource and refresh that resourceThis class is thread-safe.Classorg.springframework.webflow.engine.builderSpring Webflow
DefaultFlowModelHolderA flow model holder that can detect changes on an underlying flow model resource and refresh that resourceThis class is thread-safe.Classorg.springframework.webflow.engine.model.builderSpring Webflow
DefaultFlowUrlHandlerDefault flow URL handler for SWF 2.Classorg.springframework.webflow.context.portletSpring Webflow
DefaultFlowUrlHandlerThe default FlowUrlHandler implementation for Spring Web Flow.Classorg.springframework.webflow.context.servletSpring Webflow
DefaultMapperGeneric mapper implementation that allows mappings to be configured programatically.Classorg.springframework.binding.mapping.implSpring Webflow
DefaultMappingA single mapping definition, encapsulating the information necessary to map the result of evaluating an expression ona source object to a property on a target object, optionally applying a type conversion during the mapping process.Classorg.springframework.binding.mapping.implSpring Webflow
DefaultMappingContextDefault mapping context implementation.Classorg.springframework.binding.mapping.implSpring Webflow
DefaultMappingResultsDefault mapping results implementation.Classorg.springframework.binding.mapping.implSpring Webflow
DefaultMessageContextThe default message context implementation.Classorg.springframework.binding.messageSpring Webflow
DefaultMessageResolverClassorg.springframework.binding.messageSpring Webflow
DefaultMultiActionMethodResolverDefault method resolver used by the MultiAction class.Classorg.springframework.webflow.actionSpring Webflow
DefaultNumberFormatFactoryWorks with a general purpose DecimalFormat instance returned by callingNumberFormat.Classorg.springframework.binding.formatSpring Webflow
DefaultTargetStateResolverA transition target state resolver that evaluates an expression to resolve the target state.Classorg.springframework.webflow.engine.supportSpring Webflow
DefaultTransitionCriteriaTransition criteria that tests the value of an expression.Classorg.springframework.webflow.engine.supportSpring Webflow
DefaultValidationContextClassorg.springframework.webflow.validationSpring Webflow
DelegatingFlowViewResolverDelegates to a configured view resolver chain to resolve the Spring MVC view implementation to render.Classorg.springframework.webflow.mvc.builderSpring Webflow
DocumentLoaderA generic strategy interface encapsulating the logic to load an XML-based document.Interfaceorg.springframework.webflow.engine.model.builder.xmlSpring Webflow
ELContextFactoryA factory for creating a EL context object that will be used to evaluate a target object of an EL expression.Interfaceorg.springframework.binding.expression.elSpring Webflow
ELExpressionEvaluates a parsed EL expression.Classorg.springframework.binding.expression.elSpring Webflow
ELExpressionParserThe expression parser that parses EL expressions.Classorg.springframework.binding.expression.elSpring Webflow
EndStateA state that ends a flow when entered.Classorg.springframework.webflow.engineSpring Webflow
EndStateModelModel support for end states.Classorg.springframework.webflow.engine.modelSpring Webflow
EnterStateVetoExceptionException thrown to veto the entering of a state of a flow.Classorg.springframework.webflow.executionSpring Webflow
EvaluateActionAn action that evaluates an expression and optionally exposes its result.Classorg.springframework.webflow.actionSpring Webflow
EvaluateModelModel support for evaluate actions.Classorg.springframework.webflow.engine.modelSpring Webflow
EvaluationExceptionIndicates an expression evaluation failed.Classorg.springframework.binding.expressionSpring Webflow
EventSignals the occurrence of something an active flow execution should respond to.Classorg.springframework.webflow.executionSpring Webflow
EventFactorySupportA convenience support class assisting in the creation of Event objects.Classorg.springframework.webflow.actionSpring Webflow
ExceptionHandlerModelModel support for exception handlers.Classorg.springframework.webflow.engine.modelSpring Webflow
ExpressionAn expression capable of evaluating itself against context objects.Interfaceorg.springframework.binding.expressionSpring Webflow
ExpressionParserParses expression strings into compiled expressions that can be evaluated.Interfaceorg.springframework.binding.expressionSpring Webflow
ExpressionVariableAn expression variable.Classorg.springframework.binding.expressionSpring Webflow
ExternalContextA facade that provides normalized access to an external system that has called into the Spring Web Flow system.Interfaceorg.springframework.webflow.contextSpring Webflow
ExternalContextHolderSimple holder class that associates an ExternalContext instance with the current thread.Classorg.springframework.webflow.contextSpring Webflow
ExternalRedirectActionAn action that sends an external redirect when executed.Classorg.springframework.webflow.actionSpring Webflow
FaceletsAuthorizeTagA concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology.Classorg.springframework.faces.securitySpring Webflow
FaceletsAuthorizeTagHandlerA standard Facelets TagHandler for performing Spring Security authorization decisions.Classorg.springframework.faces.securitySpring Webflow
FaceletsAuthorizeTagUtilsThis class provides static methods that are registered as EL functions and available for use in Unified ELexpressions in standard Facelets views.Classorg.springframework.faces.securitySpring Webflow
FacesContextHelperProvides helper methods for getting a FacesContext that is suitable for use outside of Web Flow.Classorg.springframework.faces.webflowSpring Webflow
FacesConversionServiceConvenient ConversionService implementation for JSF that composesJSF-specific converters with the standard Web Flow converters.Classorg.springframework.faces.model.converterSpring Webflow
FacesFlowBuilderServicesBeanDefinitionParserParser for the flow-builder-services tag.Classorg.springframework.faces.configSpring Webflow
FacesNamespaceHandlerNamespace handler for the faces namespace.Classorg.springframework.faces.configSpring Webflow
FacesSpringELExpressionParserA Spring EL ExpressionParser for use with JSF.Classorg.springframework.faces.webflowSpring Webflow
FilenameFlowUrlHandlerA file name based FlowUrlHandler implementation that is an alternative to the standardDefaultFlowUrlHandler.Classorg.springframework.webflow.context.servletSpring Webflow
FlashScopeFlash scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
FlowA single flow definition.Classorg.springframework.webflow.engineSpring Webflow
FlowActionListenerThe default ActionListener implementation to be used with Web Flow.Classorg.springframework.faces.webflowSpring Webflow
FlowAjaxTiles3ViewTiles view implementation that is able to handle partial rendering for SpringJavascript Ajax requests.Classorg.springframework.webflow.mvc.viewSpring Webflow
FlowAjaxTilesViewTiles view implementation that is able to handle partial rendering for SpringJavascript Ajax requests.Classorg.springframework.webflow.mvc.viewSpring Webflow
FlowApplicationWraps an Application instance in order to ensure Web Flow specific implementations of ViewHandler andStateManager are inserted at the front of the processing chain in JSF environments.Classorg.springframework.faces.webflowSpring Webflow
FlowApplicationFactoryCustom ApplicationFactory that ensures the FlowApplication is the first Application in the chain,which in turn guarantees the install order for other JSF components.Classorg.springframework.faces.webflowSpring Webflow
FlowArtifactFactoryA factory for core web flow elements such as flows, states, and transitions.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowAssemblerA director for assembling flows, delegating to a FlowBuilder to construct a flow.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowAttributeMappingExceptionBase class for attribute mapping failures.Classorg.springframework.webflow.engineSpring Webflow
FlowBuilderBuilder interface used to build a flow definition.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderContextProvides services needed to a direct a flow builder through building a flow definition.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderContextImplGeneric implementation of a flow builder context, suitable for use by most flow assembly systems.Classorg.springframework.webflow.engine.builder.supportSpring Webflow
FlowBuilderExceptionException thrown to indicate a problem while building a flow.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderServicesA simple holder for configuring the services used by flow builders.Classorg.springframework.webflow.engine.builder.supportSpring Webflow
FlowBuilderServicesBuilderA builder for FlowBuilderServices instances for use in JSF applications.Classorg.springframework.faces.configSpring Webflow
FlowBuilderServicesBuilderA builder for creating FlowBuilderServices instances designed for programmaticuse in @Bean factory methods.Classorg.springframework.webflow.configSpring Webflow
FlowControllerThe adapter between the Spring MVC Controller layer and the Spring Web Flow engine.Classorg.springframework.webflow.mvc.servletSpring Webflow
FlowDefinitionThe definition of a flow, a program that when executed carries out a task on behalf of a single client.Interfaceorg.springframework.webflow.definitionSpring Webflow
FlowDefinitionConstructionExceptionThrown when a flow definition was found during a lookup operation but could not be constructed.Classorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionHolderA holder holding a reference to a Flow definition.Interfaceorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionLocatorA runtime service locator interface for retrieving flow definitions by id.Interfaceorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionRedirectActionAn action that sends a flow definition redirect when executed.Classorg.springframework.webflow.actionSpring Webflow
FlowDefinitionRegistryA container of flow definitions.Interfaceorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionRegistryBuilderA builder for creating FlowDefinitionRegistry instances designed for programmaticuse in @Bean factory methods.Classorg.springframework.webflow.configSpring Webflow
FlowDefinitionRegistryImplA generic registry implementation for housing one or more flow definitions.Classorg.springframework.webflow.definition.registrySpring Webflow
FlowDefinitionResourceAn abstract representation of an externalized flow definition resource.Classorg.springframework.webflow.configSpring Webflow
FlowDefinitionResourceFactoryA factory for creating flow definition resources that serve as pointers to external Flow definition files.Classorg.springframework.webflow.configSpring Webflow
FlowELResolverCustom ELResolver for resolving web flow specific expressions.Classorg.springframework.faces.webflowSpring Webflow
FlowExceptionRoot class for exceptions thrown by the Spring Web Flow system.Classorg.springframework.webflow.coreSpring Webflow
FlowExecutionAn execution of a flow definition.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionAccessExceptionBase class for exceptions that indicate a flow execution could not be accessed within a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionContextProvides contextual information about a flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionExceptionBase class for exceptions that occur within a flow while it is executing.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionExceptionHandlerA strategy for handling an exception that occurs at runtime during an active flow execution.Interfaceorg.springframework.webflow.engineSpring Webflow
FlowExecutionExceptionHandlerSetA typed set of state exception handlers, mainly for use internally by artifacts that can apply state exceptionAuthor:Keith DonaldSee Also:FlowExecutionExceptionHandler,Classorg.springframework.webflow.engineSpring Webflow
FlowExecutionFactoryAn abstract factory for creating flow executions.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionImplDefault implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutionImplFactoryA factory for instances of the default flow execution implementation.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutionKeyA key that uniquely identifies a flow execution in a managed FlowExecutionRepository.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionKeyFactoryA factory for creating flow execution keys.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerInterface to be implemented by objects that wish to listen and respond to the lifecycle of flowAn 'observer' that is very aspect like, allowing you to insert 'cross cutting' behavior at well-defined points withinInterfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerAdapterAn abstract adapter class for listeners (observers) of flow execution lifecycle events.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerCriteriaStrategy interface that determines if a flow execution listener should attach to executions of a specific flowThis selection strategy is typically used by the FlowExecutionListenerLoader to determine which listenersInterfaceorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionListenerCriteriaFactoryStatic factory for creating commonly used flow execution listener criteria.Classorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionListenerLoaderA strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flowdefinition.Interfaceorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionLockA pessmistic lock to obtain exclusive rights to a flow execution.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionOutcomeAn outcome returned by a flow execution when it ends.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionRepositoryCentral subsystem interface responsible for the saving and restoring of flow executions, where each flow executionrepresents a state of an active flow definition.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRepositoryExceptionThe root of the FlowExecutionRepository exception hierarchy.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRestorationFailureExceptionThrown when the flow execution with the persistent identifier provided could not be restored.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionResultA value object providing information about the result of a flow execution request.Classorg.springframework.webflow.executorSpring Webflow
FlowExecutionSnapshotA snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotFactoryA factory for creating different FlowExecutionSnapshot implementations.Interfaceorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotGroupA group of flow execution snapshots.Interfaceorg.springframework.webflow.execution.repository.implSpring Webflow
FlowExecutionStateRestorerA strategy used by repositories to restore transient flow execution state during execution restoration.Interfaceorg.springframework.webflow.execution.repository.supportSpring Webflow
FlowExecutionStatusenum FlowExecutionStatusA enum used internally by FlowExecutionImpl to track its status.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutorThe central facade and entry-point service interface into the Spring Web Flow system for driving the executions offlow definitions.Interfaceorg.springframework.webflow.executorSpring Webflow
FlowExecutorBuilderA builder for FlowExecutor instances designed for programmatic use in@Bean factory methods.Classorg.springframework.webflow.configSpring Webflow
FlowExecutorImplThe default implementation of the central facade for driving the execution of flows within an application.Classorg.springframework.webflow.executorSpring Webflow
FlowExternalContextCustom ExternalContext implementation that supports custom response objects other thanHttpServletResponse.Classorg.springframework.faces.webflowSpring Webflow
FlowFacesContextCustom FacesContext implementation that delegates all standard FacesContext messaging functionality to aSpring MessageSource made accessible as part of the current Web Flow request.Classorg.springframework.faces.webflowSpring Webflow
FlowFacesContextLifecycleListenerA FlowExecutionListener that creates a FlowFacesContextinstance when a flow request is submitted and releases it when the requestClassorg.springframework.faces.webflowSpring Webflow
FlowHandlerA controller helper used for customizing access to a single flow definition in a Portlet environment.Interfaceorg.springframework.webflow.mvc.portletSpring Webflow
FlowHandlerA controller helper used for customizing access to a single flow definition in a Servlet enviroment.Interfaceorg.springframework.webflow.mvc.servletSpring Webflow
FlowHandlerAdapterA custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Portletenvironment.Classorg.springframework.webflow.mvc.portletSpring Webflow
FlowHandlerAdapterA custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servletenvironment.Classorg.springframework.webflow.mvc.servletSpring Webflow
FlowHandlerMappingcreating URL path mappings from the ids of registered flow definitions.Classorg.springframework.webflow.mvc.servletSpring Webflow
FlowInputMappingExceptionThrown when flow input mapping fails.Classorg.springframework.webflow.engineSpring Webflow
FlowLifecycleCustom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATIONThis Lifecycle does not execute the RESTORE_VIEW phase since view creation and restoration are now handled by theClassorg.springframework.faces.webflowSpring Webflow
FlowModelModel support for flows.Classorg.springframework.webflow.engine.modelSpring Webflow
FlowModelBuilderBuilder interface used to build a flow model.Interfaceorg.springframework.webflow.engine.model.builderSpring Webflow
FlowModelBuilderExceptionException thrown to indicate a problem while building a flow model.Classorg.springframework.webflow.engine.model.builderSpring Webflow
FlowModelFlowBuilderBuilds a runtime Flow definition object from a FlowModel.Classorg.springframework.webflow.engine.builder.modelSpring Webflow
FlowModelHolderA holder holding a reference to a Flow model.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelHolderLocatorA companion to FlowModelLocator for access to the FlowModelHolderwrapping the FlowModel.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelLocatorA runtime service locator interface for retrieving flow definitions by id.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelRegistryA container of flow models.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelRegistryImplA generic registry implementation for housing one or more flow models.Classorg.springframework.webflow.engine.model.registrySpring Webflow
FlowOutputMappingExceptionThrown when flow output mapping fails.Classorg.springframework.webflow.engineSpring Webflow
FlowPartialViewContextWeb Flow PartialViewContext implementation allowing IDs for partial rendering to be specified from theserver-side.Classorg.springframework.faces.webflowSpring Webflow
FlowRenderKitClassorg.springframework.faces.webflowSpring Webflow
FlowResourceELResolverCustom EL resolver that resolves the messages from the active flow's MessageSource.Classorg.springframework.webflow.expression.elSpring Webflow
FlowResourceFlowViewResolverCreates Spring-MVC Internal Resource view to render a flow-relative view resource such as a JSP template.Classorg.springframework.webflow.mvc.builderSpring Webflow
FlowResourceResolverResolves Facelets templates using Spring Resource paths such as classpath:foo.Classorg.springframework.faces.webflowSpring Webflow
FlowResponseStateManagerA custom ResponseStateManager that writes JSF state to a Web Flow managed view-scoped variable.Classorg.springframework.faces.webflowSpring Webflow
FlowScopeFlow scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
FlowSessionA single, local instantiation of a flow definition launched within an overall flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowStateManagerCustom StateManager that manages ensures web flow's state is always stored server side.Classorg.springframework.faces.webflowSpring Webflow
FlowUrlHandlerA interface for parsing and generating flow URLs.Interfaceorg.springframework.webflow.context.portletSpring Webflow
FlowUrlHandlerA interface for parsing and generating flow URLs.Interfaceorg.springframework.webflow.context.servletSpring Webflow
FlowVariableA value object that defines a specification for a flow variable.Classorg.springframework.webflow.engineSpring Webflow
FlowVariablePropertyAccessorSpring EL PropertyAccessor that enables use of the following reserved variables in expressions:Note that any property of RequestContext (e.Classorg.springframework.webflow.expression.spelSpring Webflow
FlowViewHandlerSimple ViewHandler implementation that provides JSF Form's with the correct FlowExecution URL, including thecurrent FlowExecutionKey, so that postbacks may be properly intercepted and handled by Web Flow.Classorg.springframework.faces.webflowSpring Webflow
FlowViewResolverA Web Flow flavor of the familiar Spring MVC View Resolver interface.Interfaceorg.springframework.webflow.mvc.viewSpring Webflow
FluentParserContextDefault implementation of the ParserContext interface that has a fluent API for building parser context attributes.Classorg.springframework.binding.expression.supportSpring Webflow
FormActionMulti-action that implements common logic dealing with input forms.Classorg.springframework.webflow.actionSpring Webflow
FormattedStringToNumberA converter for common number types such as integers and big decimals.Classorg.springframework.binding.convert.convertersSpring Webflow
FormObjectAccessorConvenience helper that encapsulates logic on how to retrieve and expose form objects and associated errors to andfrom a flow execution request context.Classorg.springframework.webflow.actionSpring Webflow
GeneratedFlowExecutionKeyA simple flow execution key implementation.Classorg.springframework.webflow.testSpring Webflow
GenericConversionServiceBase implementation of a conversion service.Classorg.springframework.binding.convert.serviceSpring Webflow
GenericSubflowAttributeMapperSimple flow attribute mapper that holds an input and output mapper strategy.Classorg.springframework.webflow.engine.supportSpring Webflow
HibernateFlowExecutionListenerA FlowExecutionListener that implements the Flow Managed Persistence Context (FMPC) pattern using the nativeThe general pattern is as follows:Classorg.springframework.webflow.persistenceSpring Webflow
HistoryView state history policies.Classorg.springframework.webflow.engineSpring Webflow
HttpServletContextMapMap backed by the Servlet context for accessing application scoped attributes.Classorg.springframework.webflow.context.servletSpring Webflow
HttpServletRequestMapMap backed by the Servlet HTTP request attribute map for accessing request local attributes.Classorg.springframework.webflow.context.servletSpring Webflow
HttpServletRequestParameterMapMap backed by the Servlet HTTP request parameter map for accessing request parameters.Classorg.springframework.webflow.context.servletSpring Webflow
HttpSessionMapA Shared Map backed by the Servlet HTTP session, for accessing session scoped attributes.Classorg.springframework.webflow.context.servletSpring Webflow
HttpSessionMapBindingListenerHelper class that adapts a generic AttributeMapBindingListener to a HTTP specificHttpSessionBindingListener.Classorg.springframework.webflow.context.webSpring Webflow
IfModelModel support for if elements.Classorg.springframework.webflow.engine.modelSpring Webflow
ImplicitFlowVariableELResolverResolves implicit or well-known flow variables; for example flowScope in an expression like #{flowScope.Classorg.springframework.webflow.expression.elSpring Webflow
InitParameterMapMap backed by a PortletContext for accessing Portlet initialization parameters.Classorg.springframework.faces.webflow.context.portletSpring Webflow
InputModelModel support for input mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
IntegerNumberFormatFactoryProduces NumberFormat instances that format integer values.Classorg.springframework.binding.formatSpring Webflow
InvalidFormatExceptionThrown when a formatted value is of the wrong form.Classorg.springframework.binding.convert.convertersSpring Webflow
InvalidMethodKeyExceptionThrown when a method key could not be resolved to an invokable java Method on a Class.Classorg.springframework.binding.methodSpring Webflow
JdkConcurrentConversationLockA conversation lock that relies on a ReentrantLock within Java 5's util.Classorg.springframework.webflow.conversation.implSpring Webflow
JpaFlowExecutionListenerA FlowExecutionListener that implements the Flow Managed Persistence Context (FMPC) pattern using thestandard Java Persistence API (JPA).Classorg.springframework.webflow.persistenceSpring Webflow
Jsf2FlowResourceResolverClassorg.springframework.faces.webflowSpring Webflow
JsfAjaxHandlerAjax handler for JSF 2 requests that can identify JSF 2 Ajax requests and send redirect instructions back to theclient by including a redirect instruction in the content of the response.Classorg.springframework.faces.webflowSpring Webflow
JsfFlowHandlerAdapterAn extension of FlowHandlerAdapter that replaces the default AjaxHandler instance with aSince:2.Classorg.springframework.faces.webflowSpring Webflow
JsfManagedBeanAwareELExpressionParserA JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced inexpressions in the FlowDefinition.Classorg.springframework.faces.webflowSpring Webflow
JsfManagedBeanPropertyAccessorSpring EL PropertyAccessor that checks request, session, and application scopes for existing JSF-managed beans.Classorg.springframework.faces.webflowSpring Webflow
JsfManagedBeanResolverELResolver that checks request, session, and application scopes for existing JSF-managed beans.Classorg.springframework.faces.webflowSpring Webflow
JsfResourceRequestHandlerHandles a request by delegating to the JSF ResourceHandler, which serves web application and classpath resources suchas images, CSS and JavaScript files from well-known locations.Classorg.springframework.faces.webflow.context.portletSpring Webflow
JsfResourceRequestHandlerHandles a request by delegating to the JSF ResourceHandler, which serves webapplication and classpath resources such as images, CSS and JavaScript filesClassorg.springframework.faces.webflowSpring Webflow
JsfRuntimeInformationHelper class to provide information about the JSF runtime environment such asJSF version and implementation.Classorg.springframework.faces.webflowSpring Webflow
JsfUtilsCommon support for the JSF integration with Spring Web Flow.Classorg.springframework.faces.webflowSpring Webflow
JsfViewJSF View that renders a transient (stateless) JSF view template.Classorg.springframework.faces.mvcSpring Webflow
JsfViewJSF-specific View implementation.Classorg.springframework.faces.webflowSpring Webflow
JsfViewFactoryJSF-specific ViewFactory implementation.Classorg.springframework.faces.webflowSpring Webflow
JsfViewFactoryCreatorA ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.Classorg.springframework.faces.webflowSpring Webflow
LifecycleWrapperProvides a simple implementation of Lifecycle that can be subclassed by developers wishing to providespecialized behavior to an existing instance .Classorg.springframework.faces.supportSpring Webflow
LiteralExpressionClassorg.springframework.binding.expression.supportSpring Webflow
LocalAttributeMapA generic, mutable attribute map with string keys.Classorg.springframework.webflow.core.collectionSpring Webflow
LocalParameterMapAn immutable parameter map storing String-keyed, String-valued parameters in a backing Map implementation.Classorg.springframework.webflow.core.collectionSpring Webflow
LocalSharedAttributeMapAn attribute map that exposes a mutex that application code can synchronize on.Classorg.springframework.webflow.core.collectionSpring Webflow
LockInterruptedExceptionException indicating that some Thread was interrupted duringprocessing and as such processing was halted.Classorg.springframework.webflow.conversation.implSpring Webflow
LockTimeoutExceptionThrown when a lock could not be acquired after a timeout period.Classorg.springframework.webflow.conversation.implSpring Webflow
ManySelectionTrackingListDataModelA DataModel implementation that tracks the currently selected rows, allowing any number of rows to beselected at one time.Classorg.springframework.faces.modelSpring Webflow
MapAccessorA simple, generic decorator for getting attributes out of a map.Classorg.springframework.binding.collectionSpring Webflow
MapAdaptableAn object whose contents are capable of being exposed as a map.Interfaceorg.springframework.binding.collectionSpring Webflow
MapAdaptableELResolverAn ELResolver for properly resolving variables in an instance of MapAdaptableAuthor:Jeremy GrelleClassorg.springframework.binding.expression.elSpring Webflow
MapAdaptablePropertyAccessorSpring EL PropertyAccessor for reading from MapAdaptable and writing to MutableAttributeMap.Classorg.springframework.webflow.expression.spelSpring Webflow
MapperMaps state between two objects.Interfaceorg.springframework.binding.mappingSpring Webflow
MappingInformation about a single mapping.Interfaceorg.springframework.binding.mappingSpring Webflow
MappingResultA single data mapping result.Interfaceorg.springframework.binding.mappingSpring Webflow
MappingResultsExposes information about the results of a mapping transaction.Interfaceorg.springframework.binding.mappingSpring Webflow
MappingResultsCriteriaA predicate used to select mapping result objects in a call toMappingResults.Interfaceorg.springframework.binding.mappingSpring Webflow
MessageAn object of communication that provides text information.Classorg.springframework.binding.messageSpring Webflow
MessageBuilderA convenient builder for building MessageResolver objects programmatically.Classorg.springframework.binding.messageSpring Webflow
MessageContextA context for recording and retrieving messages for display.Interfaceorg.springframework.binding.messageSpring Webflow
MessageContextErrorsAdapts a MessageContext object to the Spring Errors interface.Classorg.springframework.binding.messageSpring Webflow
MessageCriteriaA predicate used to select mapping result objects in a call toMessageContext.Interfaceorg.springframework.binding.messageSpring Webflow
MessageResolverA factory for a Message.Interfaceorg.springframework.binding.messageSpring Webflow
MessageSourcePropertyAccessorSpring EL PropertyAccessor that resolves messages from the MessageSource of the active Flow.Classorg.springframework.webflow.expression.spelSpring Webflow
MethodInvocationExceptionBase class for exceptions that report a method invocation failure.Classorg.springframework.binding.methodSpring Webflow
MethodInvokerA helper for invoking typed methods on arbitrary objects, with support for argument value type conversion from valuesretrieved from an argument attribute source, and conversion of the result to a desired type.Classorg.springframework.binding.methodSpring Webflow
MethodKeyA helper for resolving and caching a Java method by reflection.Classorg.springframework.binding.methodSpring Webflow
MethodSignatureA specification for a method consisting of the methodName and an optional set of named arguments.Classorg.springframework.binding.methodSpring Webflow
MockActionA trivial stub action implementation that can be parameterized to return a particular action execution result.Classorg.springframework.webflow.testSpring Webflow
MockExternalContextMock implementation of the ExternalContext interface.Classorg.springframework.webflow.testSpring Webflow
MockFlowBuilderContextA stub flow service locator implementation suitable for a test environment.Classorg.springframework.webflow.testSpring Webflow
MockFlowExecutionContextA stub implementation of the flow execution context interface.Classorg.springframework.webflow.testSpring Webflow
MockFlowExecutionKeyA simple flow execution key implementation.Classorg.springframework.webflow.testSpring Webflow
MockFlowExecutionKeyFactoryTrivial flow execution key factory implementation that returns a mock flow execution key each time.Classorg.springframework.webflow.testSpring Webflow
MockFlowSessionMock implementation of the FlowSession interface.Classorg.springframework.webflow.testSpring Webflow
MockParameterMapA extension of parameter map that allows for mutation of parameters.Classorg.springframework.webflow.testSpring Webflow
MockRequestContextMock implementation of the RequestContext interface to facilitate standalone flow artifact (e.Classorg.springframework.webflow.testSpring Webflow
MockRequestControlContextMock implementation of the RequestControlContext interface to facilitate standalone Flow and State unitAuthor:Keith DonaldSee Also:RequestContext,Classorg.springframework.webflow.testSpring Webflow
ModelInterface defining models.Interfaceorg.springframework.webflow.engine.modelSpring Webflow
MultiActionAction implementation that bundles two or more action execution methods into a single class.Classorg.springframework.webflow.actionSpring Webflow
MultiValueRequestParameterMapA Map for accessing to PortletContext request parameters as a String array.Classorg.springframework.faces.webflow.context.portletSpring Webflow
MultiValueRequestPropertyMapA Map for accessing to PortletContext request properties as a String array.Classorg.springframework.faces.webflow.context.portletSpring Webflow
MutableAttributeMapAn interface for accessing and modifying attributes in a backing map with string keys.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
MvcEnvironmentSupported Spring Web MVC environments.Classorg.springframework.webflow.mvc.builderSpring Webflow
MvcExternalContextSpring MVC external context implementation.Classorg.springframework.webflow.mvc.servletSpring Webflow
MvcViewFactoryCreatorReturns view factories that create native Spring MVC-based views.Classorg.springframework.webflow.mvc.builderSpring Webflow
MyFacesFlowResponseStateManagerA wrapper for FlowResponseStateManager used to support MyFaces partialstate saving.Classorg.springframework.faces.webflowSpring Webflow
NoMatchingTransitionExceptionThrown when no transition can be matched given the occurence of an event in the context of a flow execution request.Classorg.springframework.webflow.engineSpring Webflow
NoOpConversationLockA singleton lock that doesn't do anything.Classorg.springframework.webflow.conversation.implSpring Webflow
NoSuchConversationExceptionThrown when no logical conversation exists with the specified conversationId.Classorg.springframework.webflow.conversationSpring Webflow
NoSuchFlowDefinitionExceptionThrown when no flow definition was found during a lookup operation by a flow locator.Classorg.springframework.webflow.definition.registrySpring Webflow
NoSuchFlowExecutionExceptionThrown when the flow execution with the persistent identifier provided could not be found.Classorg.springframework.webflow.execution.repositorySpring Webflow
NoSuchFlowModelExceptionThrown when no flow model was found during a lookup operation by a flow locator.Classorg.springframework.webflow.engine.model.registrySpring Webflow
NotTransitionCriteriaTransition criteria that negates the result of the evaluation of another criteria object.Classorg.springframework.webflow.engine.supportSpring Webflow
NullParserContextA null object implementation of ParserContext.Classorg.springframework.binding.expression.supportSpring Webflow
NumberFormatFactoryA factory for NumberFormat objects.Interfaceorg.springframework.binding.formatSpring Webflow
NumberToNumberA one-way converter that can convert from any JDK-standard Number implementation to any other JDK-standard NumberSupport Number classes include byte, short, integer, float, double, long, big integer, big decimal.Classorg.springframework.binding.convert.convertersSpring Webflow
ObjectToArraySpecial two-way converter that converts an object to an single-element array.Classorg.springframework.binding.convert.convertersSpring Webflow
ObjectToCollectionSpecial two-way converter that converts an object to an single-element collection.Classorg.springframework.binding.convert.convertersSpring Webflow
OgnlExpressionParserAn expression parser that parses Ognl expressions.Classorg.springframework.binding.expression.ognlSpring Webflow
OneSelectionTrackingListDataModelA DataModel implementation that tracks the currently selected row, allowing only one selection at a time.Classorg.springframework.faces.modelSpring Webflow
OutputModelModel support for output mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
ParameterA named method parameter.Classorg.springframework.binding.methodSpring Webflow
ParameterMapAn interface for accessing parameters in a backing map.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
ParametersAn ordered list of method parameters.Classorg.springframework.binding.methodSpring Webflow
ParserContextInput provided to an expression parser that can influence an expression parsing/compilation routine.Interfaceorg.springframework.binding.expressionSpring Webflow
ParserExceptionBase class for exceptions thrown during expression parsing.Classorg.springframework.binding.expressionSpring Webflow
PercentNumberFormatFactoryProduces NumberFormat instances that format percent values.Classorg.springframework.binding.formatSpring Webflow
PermissionDeniedFlowExecutionAccessExceptionThrown when access to a flow execution was denied by a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
PersistenceContextModelModel support for persistence context elements.Classorg.springframework.webflow.engine.modelSpring Webflow
PortletContextMapMap backed by the Portlet context for accessing application scoped attributes.Classorg.springframework.webflow.context.portletSpring Webflow
PortletExternalContextProvides contextual information about an portlet environment that has interacted with Spring Web Flow.Classorg.springframework.webflow.context.portletSpring Webflow
PortletExternalContextImplAn implementation of ExternalContext for use with Portlet requests.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PortletFaceletViewHandlerViewHandler implementation for Portlets.Classorg.springframework.faces.webflow.application.portletSpring Webflow
PortletFacesContextFactoryFacesContextFactory to support portlet environments.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PortletFacesContextImplThe default FacesContext implementation in Mojarra and in Apache MyFaces depends on the Servlet API.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PortletMvcViewThe Spring Web Portlet MVC view implementation.Classorg.springframework.webflow.mvc.portletSpring Webflow
PortletMvcViewFactoryCreates Portlet MVC views.Classorg.springframework.webflow.mvc.portletSpring Webflow
PortletRequestMapMap backed by the Portlet request attribute map for accessing request local attributes.Classorg.springframework.webflow.context.portletSpring Webflow
PortletRequestParameterMapMap backed by the Portlet request parameter map for accessing request parameters.Classorg.springframework.webflow.context.portletSpring Webflow
PortletSessionMapA Shared Map backed by the Portlet session, for accessing session scoped attributes.Classorg.springframework.webflow.context.portletSpring Webflow
PortletViewHandlerJSF ViewHandler that adds support for generating Portlet compatible resource URLs.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PropertyEditorConverterAdapts a PropertyEditor to the TwoWayConverter interface.Classorg.springframework.binding.convert.convertersSpring Webflow
PropertyNotFoundExceptionAn evaluation exception indicating a expression that references a property failed to evaluate because the propertyAuthor:Keith DonaldSee Also:Serialized FormClassorg.springframework.binding.expressionSpring Webflow
RenderActionClassorg.springframework.webflow.actionSpring Webflow
RenderModelModel support for render actions.Classorg.springframework.webflow.engine.modelSpring Webflow
RequestContextA context for a single request to manipulate a flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
RequestContextELResolverCustom EL resolver that resolves the current RequestContext under the variable REQUEST_CONTEXT_VARIABLE_NAME.Classorg.springframework.webflow.expression.elSpring Webflow
RequestContextHolderSimple holder class that associates a RequestContext instance with the current thread.Classorg.springframework.webflow.executionSpring Webflow
RequestControlContextMutable control interface used to manipulate an ongoing flow execution in the context of one client request.Interfaceorg.springframework.webflow.engineSpring Webflow
RequestLoggingPhaseListenerPhaseListener that logs the execution of the individual phases of the JSF lifecycle.Classorg.springframework.faces.supportSpring Webflow
RequestParameterMap/** Base class for Maps allowing access to PortletContext request paramters.Classorg.springframework.faces.webflow.context.portletSpring Webflow
RequestPropertyMapBase class for Maps allowing access to PortletContext request properties.Classorg.springframework.faces.webflow.context.portletSpring Webflow
RequestScopeRequest scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
RequiredErrorClassorg.springframework.binding.mapping.resultsSpring Webflow
ResourcesBeanDefinitionParserParser for the resources tag.Classorg.springframework.faces.configSpring Webflow
ResourceServletSpecial resource servlet for efficiently resolving and rendering static resources from within a JAR file.Classorg.springframework.js.resourceSpring Webflow
ResponseStateManagerWrapperProvides a simple implementation of ResponseStateManager that can be subclassed by developers wishing toprovide specialized behavior to an existing instance .Classorg.springframework.faces.supportSpring Webflow
ResultEventFactoryA strategy for creating an Event object from an arbitrary object such as an expression evaluation result orbean method return value.Interfaceorg.springframework.webflow.actionSpring Webflow
ResultEventFactorySelectorHelper that selects the ResultEventFactory to use for a particular result object.Classorg.springframework.webflow.actionSpring Webflow
ResultObjectBasedEventFactoryResult object-to-event adapter interface that tries to do a sensible conversion of the result object into a web flowevent.Classorg.springframework.webflow.actionSpring Webflow
ReverseConverterA converter that calls the TwoWayConverter.Classorg.springframework.binding.convert.convertersSpring Webflow
RuntimeBindingConversionExecutorA conversion executor that doesn't resolve its converter until its time to perform a conversion.Classorg.springframework.binding.convert.serviceSpring Webflow
ScopeRegistrarRegisters the Spring Web Flow bean scopes with a ConfigurableListableBeanFactory.Classorg.springframework.webflow.scopeSpring Webflow
ScopeSearchingELResolverCustom EL resolver that searches the current request context for variables to resolve.Classorg.springframework.webflow.expression.elSpring Webflow
ScopeSearchingPropertyAccessorSpring EL PropertyAccessor that searches through all Web Flow scopes.Classorg.springframework.webflow.expression.spelSpring Webflow
ScopeTypeAn enumeration of the core scope types of Spring Web Flow.Classorg.springframework.webflow.executionSpring Webflow
SecuredModelModel support for secured elements.Classorg.springframework.webflow.engine.modelSpring Webflow
SecurityFlowExecutionListenerFlow security integration with Spring SecurityAuthor:Scott AndrewsClassorg.springframework.webflow.securitySpring Webflow
SecurityRuleEncapsulates the rules for comparing security attributesAuthor:Scott AndrewsClassorg.springframework.webflow.securitySpring Webflow
SelectionAwareInterface for DataModel implementations that need to track selected rows.Interfaceorg.springframework.faces.modelSpring Webflow
SelectionTrackingActionListenerCustom ActionListener that inspects the UIComponent that signaled the current ActionEvent todetermine whether it is a child of any iterator type of component (such as UIData) that uses aClassorg.springframework.faces.modelSpring Webflow
SerializableListDataModelA simple List-to-JSF-DataModel adapter that is also Serializable.Classorg.springframework.faces.modelSpring Webflow
SerializedFlowExecutionSnapshotA snapshot implementation that is based on standard Java serialization, created by aSerializedFlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SerializedFlowExecutionSnapshotFactoryA factory that creates new instances of flow execution snapshots based on standard Java serialization.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
ServletExternalContextProvides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.Classorg.springframework.webflow.context.servletSpring Webflow
ServletMvcViewThe Spring Web Servlet MVC view implementation.Classorg.springframework.webflow.mvc.servletSpring Webflow
ServletMvcViewFactoryCreates Servlet MVC views.Classorg.springframework.webflow.mvc.servletSpring Webflow
SessionBindingConversationManagerSimple implementation of a conversation manager that stores conversations in the session attribute map.Classorg.springframework.webflow.conversation.implSpring Webflow
SetActionAn action that sets an attribute in a scope when executed.Classorg.springframework.webflow.actionSpring Webflow
SetModelModel support for set actions.Classorg.springframework.webflow.engine.modelSpring Webflow
SeverityEnum exposing supported message severities.Classorg.springframework.binding.messageSpring Webflow
SharedAttributeMapAn interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.Interfaceorg.springframework.webflow.core.collectionSpring Webflow
SharedMapA simple subinterface of Map that exposes a mutex that application code can synchronize on.Interfaceorg.springframework.binding.collectionSpring Webflow
SharedMapDecoratorA map decorator that implements SharedMap.Classorg.springframework.binding.collectionSpring Webflow
SimpleConversationIdAn id that uniquely identifies a conversation managed by a ConversationManager.Classorg.springframework.webflow.conversation.implSpring Webflow
SimpleFlowExecutionSnapshotFactoryA factory that creates new flow execution snapshot instances that simply wraps an underlying flow execution instance.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SingleValueRequestParameterMapA Map for accessing to PortletContext request parameters containing single String values.Classorg.springframework.faces.webflow.context.portletSpring Webflow
SingleValueRequestPropertyMapA Map for accessing to PortletContext request properties containing single String values.Classorg.springframework.faces.webflow.context.portletSpring Webflow
SnapshotCreationExceptionThrown when a continuation snapshot could not be taken of flow execution state.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotNotFoundExceptionThrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot thathas since been removed.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotUnmarshalExceptionThrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SourceAccessErrorIndicates an exception occurred accessing the source object to be mapped.Classorg.springframework.binding.mapping.resultsSpring Webflow
SpringBeanWebFlowELResolverEL resolver for resolving Spring Beans accessible by a flow's bean factory.Classorg.springframework.webflow.expression.elSpring Webflow
SpringBindingConverterAdapterA Spring Converter that makes it possible for a Spring Binding Converter to be registered with a SpringAuthor:Rossen StoyanchevClassorg.springframework.binding.convert.serviceSpring Webflow
SpringConvertingConverterAdapterA Spring Binding Converter that delegates to a Spring ConversionService to do the actual type conversion.Classorg.springframework.binding.convert.convertersSpring Webflow
SpringELExpressionA wrapper for a Spring EL Expressionallowing it to be used under the Spring Binding Expression abstraction.Classorg.springframework.binding.expression.spelSpring Webflow
SpringELExpressionParserAdapt the Spring EL SpelExpressionParser to the Spring BindingExpressionParser contract.Classorg.springframework.binding.expression.spelSpring Webflow
SpringJavascriptAjaxHandlerAjax handler for Spring Javascript (Spring.Classorg.springframework.js.ajaxSpring Webflow
StateA point in a flow where something happens.Classorg.springframework.webflow.engineSpring Webflow
StateDefinitionA step within a flow definition where behavior is executed.Interfaceorg.springframework.webflow.definitionSpring Webflow
StateManageableMessageContextA message context whose internal state can be managed by an external care-taker.Interfaceorg.springframework.binding.messageSpring Webflow
StaticConversionExecutorA command object that is parameterized with the information necessary to perform a conversion of a source input to aSpecifically, encapsulates knowledge about how to convert source objects to a specific target type using a specificClassorg.springframework.binding.convert.serviceSpring Webflow
StaticExpressionA simple expression evaluator that just returns a fixed result on each evaluation.Classorg.springframework.binding.expression.supportSpring Webflow
StaticFlowExecutionListenerLoaderA simple flow execution listener loader that simply returns a static listener array on each invocation.Classorg.springframework.webflow.execution.factorySpring Webflow
StringKeyedMapAdapterBase class for map adapters whose keys are String values.Classorg.springframework.binding.collectionSpring Webflow
StringToBigDecimalConverts a String to a BigDecimal.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToBigIntegerConverts a String to a BigInteger.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToBooleanConverts a textual representation of a boolean object to a Boolean instance.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToByteConverts a String to a BigInteger.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToCharacterClassorg.springframework.binding.convert.convertersSpring Webflow
StringToClassConverts a textual representation of a class object to a Class instance.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToDateA formatter for Date types.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToDoubleConverts a String to an Short using Short.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToEnumConverts from a textual representation to a Enum.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToFloatConverts a String to an Short using Short.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToIntegerConverts a String to an Integer using Integer.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToLocaleConverts a String to a Locale using StringUtils.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToLongConverts a String to an Long using Long.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToObjectClassorg.springframework.binding.convert.convertersSpring Webflow
StringToShortConverts a String to an Short using Short.Classorg.springframework.binding.convert.convertersSpring Webflow
SubflowAttributeMapperA strategy interface used by a subflow state to map subflow input and output attributes.Interfaceorg.springframework.webflow.engineSpring Webflow
SubflowStateA transitionable state that spawns a subflow when executed.Classorg.springframework.webflow.engineSpring Webflow
SubflowStateModelModel support for subflow states.Classorg.springframework.webflow.engine.modelSpring Webflow
SuccessIndicates a successful mapping operation.Classorg.springframework.binding.mapping.resultsSpring Webflow
SuccessEventFactoryDefault implementation of the resultObject-to-event mapping interface.Classorg.springframework.webflow.actionSpring Webflow
TargetAccessErrorIndicates an exception occurred accessing the target object to be mapped to.Classorg.springframework.binding.mapping.resultsSpring Webflow
TargetStateResolverA strategy for calculating the target state of a transition.Interfaceorg.springframework.webflow.engineSpring Webflow
TestFlowBuilderServicesFactoryFactory that encapsulates configuration of default flow builder services for a test environment.Classorg.springframework.webflow.testSpring Webflow
TransitionA path from one state to another state.Classorg.springframework.webflow.engineSpring Webflow
TransitionableStateAbstract superclass for states that can execute a transition in response to an event.Classorg.springframework.webflow.engineSpring Webflow
TransitionableStateDefinitionA state that can transition to another state.Interfaceorg.springframework.webflow.definitionSpring Webflow
TransitionCriteriaStrategy interface encapsulating criteria that determine whether or not a transition should execute given a flowexecution request context.Interfaceorg.springframework.webflow.engineSpring Webflow
TransitionCriteriaChainAn ordered chain of TransitionCriteria.Classorg.springframework.webflow.engine.supportSpring Webflow
TransitionDefinitionA transition takes a flow from one state to another.Interfaceorg.springframework.webflow.definitionSpring Webflow
TransitionExecutingFlowExecutionExceptionHandlerA flow execution exception handler that maps the occurrence of a specific type of exception to a transition to a newThe handled FlowExecutionException will be exposed in flash scope asClassorg.springframework.webflow.engine.supportSpring Webflow
TransitionModelModel support for transitions.Classorg.springframework.webflow.engine.modelSpring Webflow
TransitionSetA typed set of transitions for use internally by artifacts that can apply transition execution logic.Classorg.springframework.webflow.engineSpring Webflow
TwoWayConverterA converter that can also convert from the target back to the source.Interfaceorg.springframework.binding.convert.convertersSpring Webflow
TypeConversionErrorIndicates a type conversion occurred during a mapping operation.Classorg.springframework.binding.mapping.resultsSpring Webflow
ValidationContextA context for a validator to use to access user data and report validation failures.Interfaceorg.springframework.binding.validationSpring Webflow
ValidationHelperA helper class the encapsulates conventions to invoke validation logic.Classorg.springframework.webflow.validationSpring Webflow
ValidationHintResolverA strategy for resolving String-based hints to Objects such as validationgroups against a JSR-303 provider.Interfaceorg.springframework.webflow.validationSpring Webflow
ValueCoercionExceptionAn evaluation exception indicating an expression failed to evaluate because the source value could not be coerced toAuthor:Scott AndrewsSee Also:Serialized FormClassorg.springframework.binding.expressionSpring Webflow
VariableValueFactoryA strategy that encapsulates the source of a flow variable value.Interfaceorg.springframework.webflow.engineSpring Webflow
VarModelModel support for var elements.Classorg.springframework.webflow.engine.modelSpring Webflow
ViewAllows a client to participate in flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
ViewActionStateHolderHolder class for passing Spring MVC view action state through a redirect.Classorg.springframework.webflow.mvc.viewSpring Webflow
ViewFactoryA factory for a view that allows the client to participate in flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
ViewFactoryActionAdapterSimple adapter that adapts a view factory render cycle to the action interface.Classorg.springframework.webflow.actionSpring Webflow
ViewFactoryCreatorA factory for ViewFactory objects.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
ViewRenderingExceptionThrown if a IO exception was thrown during view rendering.Classorg.springframework.webflow.engineSpring Webflow
ViewScopeView scope implementation.Classorg.springframework.webflow.scopeSpring Webflow
ViewStateA view state is a state that issues a response to the user, for example, for soliciting form input.Classorg.springframework.webflow.engineSpring Webflow
ViewStateModelModel support for view states.Classorg.springframework.webflow.engine.modelSpring Webflow
ViewVariableA variable scoped to a particular view.Classorg.springframework.webflow.engineSpring Webflow
WebFlow1FlowUrlHandlerFlow URL handler that implements the default Web Flow 1.Classorg.springframework.webflow.context.servletSpring Webflow
WebFlowConfigNamespaceHandlerNamespaceHandler for the webflow-config namespace.Classorg.springframework.webflow.configSpring Webflow
WebFlowELExpressionParserAllows for Unified EL expressions in a FlowDefinition.Classorg.springframework.webflow.expression.elSpring Webflow
WebFlowMessageCodesResolverMessage Codes Resolver that implements the default Web Flow 2.Classorg.springframework.webflow.validationSpring Webflow
WebFlowOgnlExpressionParserAn extension of OgnlExpressionParser that registers Web Flow-specific PropertyAccessors.Classorg.springframework.webflow.expressionSpring Webflow
WebFlowSpringELExpressionParserA sub-class for SpringELExpressionParser that registers Web Flowspecific Spring EL PropertyAccessors.Classorg.springframework.webflow.expression.spelSpring Webflow
WebFlowUpgraderConverts Web Flow 1 flow definitions to the version 2 syntax.Classorg.springframework.webflow.upgradeSpring Webflow
WildcardTransitionCriteriaTransition criteria that always returns true.Classorg.springframework.webflow.engineSpring Webflow
XmlFlowModelBuilderBuilds a flow model from a XML-based flow definition resource.Classorg.springframework.webflow.engine.model.builder.xmlSpring Webflow